home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / msdos / raytrace / pov / gen / form04a / sue / flower.frm < prev    next >
Text File  |  1994-01-25  |  359b  |  12 lines

  1.  
  2. Copyright (c) Sue Cunningham
  3.  
  4. cone1 = ellipse 1, 0.2 stack 30 in 50% grow 0.1 bend 30 texture Stone7;
  5. tshape =  torus 1, 5 stack 60 in 25% bend -180 twist 4*180 grow 1.1 texture Stone13;
  6. spacet =spacer -4, tshape;
  7. sueflag = cone1, spacet;
  8. eshape = ellipse 2.5, 0.5 stack 10 in 10% bend 3*180 texture Grnt28;
  9. flower = eshape, sueflag;
  10. flower;
  11. end;
  12.